Uses of Class
de.cebis.moccabox.util.AttributeStore

Packages that use AttributeStore
de.cebis.moccabox.application.context   
de.cebis.moccabox.application.impl.hibernate   
de.cebis.moccabox.application.request   
de.cebis.moccabox.application.standard   
de.cebis.moccabox.io.command   
de.cebis.moccabox.model   
de.cebis.moccapart.calendar.application   
 

Uses of AttributeStore in de.cebis.moccabox.application.context
 

Methods in de.cebis.moccabox.application.context that return AttributeStore
 AttributeStore ITaskContext.getAttributeStore()
          Zurückliefern der Attribute des Kontextes.
 

Uses of AttributeStore in de.cebis.moccabox.application.impl.hibernate
 

Methods in de.cebis.moccabox.application.impl.hibernate that return AttributeStore
 AttributeStore TaskContext.getAttributeStore()
           
protected  AttributeStore AbstractStandardBusinessTask.getAttributeStore()
          Der interne Speicher des BusinessTask, in dem das Aufgabenobjekt transient abgelegt wird und auf den während des Lebenszyklus des Vorgangsobjektes zugegriffen wird.
 

Methods in de.cebis.moccabox.application.impl.hibernate with parameters of type AttributeStore
 void TaskContext.setAttributeStore(AttributeStore attributeStore)
          Setzen der Attribute, die den internen Speicher des TaskContext befüllen.
 

Uses of AttributeStore in de.cebis.moccabox.application.request
 

Methods in de.cebis.moccabox.application.request that return AttributeStore
 AttributeStore ITaskRequest.getAttributeStore()
          Zurückliefern des internen Speichers des Request.
 

Uses of AttributeStore in de.cebis.moccabox.application.standard
 

Methods in de.cebis.moccabox.application.standard that return AttributeStore
 AttributeStore StandardTaskRequest.getAttributeStore()
           
 

Methods in de.cebis.moccabox.application.standard with parameters of type AttributeStore
 void StandardTaskRequest.setAttributeStore(AttributeStore attributeStore)
          Setzen des internen Speichers.
 

Uses of AttributeStore in de.cebis.moccabox.io.command
 

Methods in de.cebis.moccabox.io.command that return AttributeStore
 AttributeStore TaskCommand.getAttributeStore()
          Zurückliefern des Behälters aller Parameter, die den Befehl spezifizieren.
 

Uses of AttributeStore in de.cebis.moccabox.model
 

Methods in de.cebis.moccabox.model with parameters of type AttributeStore
 java.lang.Object ConceptBuilder.createConcept(AttributeStore store)
          Befüllt ein gegebenes Concept mit den Attributen, die im TaskRequest übergeben wurden und die einem bestimmten Namens-Pattern folgen.
 java.lang.Object ConceptBuilder.createConcept(java.lang.String cName, AttributeStore store)
          Befüllt ein gegebenes Concept mit den Attributen, die im ITaskRequest übergeben wurden und die einem bestimmten Namens-Pattern folgen.
 

Uses of AttributeStore in de.cebis.moccapart.calendar.application
 

Methods in de.cebis.moccapart.calendar.application that return AttributeStore
protected  AttributeStore CalendarEventRetrieveTask.getTaskPerformanceModel()
          Zurückliefern des internen Speichers, der dem Aufgabenobjekt des Vorgangs entspricht.